TileAnimationFrame

The TileAnimationFrame holds what is the ID of the current frame in a TileAnimation and how much duration.

struct TileAnimationFrame {}

Members

Variables

duration
int duration;
Undocumented in source.
id
ushort id;
Undocumented in source.

Meta